stressLevel

fun stressLevel(currentStress: String): String

Maps the stress level description to a general stress level.

Return

A string representing the mapped stress level, such as "High", "Low", or "None".

Parameters

currentStress

The current stress description, e.g., "Very Stressed", "Mildly Stressed".